-
Notifications
You must be signed in to change notification settings - Fork 44.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(platform): Support manually setting up webhooks #8750
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…e hooks + other infra
…inier/open-1961-implement-github-on-pull-request-block
…h/Node | Graph/Node -> GraphModel/NodeModel
…inier/open-1961-implement-github-on-pull-request-block
Pwuts
force-pushed
the
exploration/other-types-of-hooks
branch
from
December 12, 2024 14:20
9cc9579
to
c54c52a
Compare
The active status icons don't appear here which is weird |
This is in the export "webhook": {
"id": "a6ba1a21-e2d2-40e3-8895-8e407fbe5b9d",
"user_id": "eb3beaac-09ee-4f97-beee-1ac37f7dd93a",
"provider": "compass",
"credentials_id": "",
"webhook_type": "transcription",
"resource": "",
"events": [],
"config": {},
"secret": "4d36c1efda70ac47d73de1e6462ab33d0778504a4d3e0cad8d63258c15919232",
"provider_webhook_id": "",
"attached_nodes": null,
"url": "https://prompt-neat-flea.ngrok-free.app/api/integrations/compass/webhooks/a6ba1a21-e2d2-40e3-8895-8e407fbe5b9d/ingress"
} |
github-actions
bot
added
the
conflicts
Automatically applied to PRs with merge conflicts
label
Dec 13, 2024
This pull request has conflicts with the base branch, please resolve those so we can evaluate the pull request. |
Fixed: |
Conflicts have been resolved! 🎉 A maintainer will review the pull request shortly. |
github-actions
bot
added
Forge
and removed
conflicts
Automatically applied to PRs with merge conflicts
labels
Dec 17, 2024
Pwuts
force-pushed
the
exploration/other-types-of-hooks
branch
from
December 17, 2024 17:34
dfbdf81
to
55d3cc7
Compare
aarushik93
approved these changes
Dec 18, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
platform/backend
AutoGPT Platform - Back end
platform/blocks
platform/frontend
AutoGPT Platform - Front end
size/xl
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The webhooks system as is works really well for full blown enterprise webhooks managed via a UI. It does not work for more "chill guy" webhook tools that just send notifications sometimes.
Changes 🏗️
feat(blocks): Add Compass transcription trigger block
feat(backend): Amend webhooks system to support manual-set-up webhooks
ManualWebhookManagerBase
feat(frontend): Add UI to pass webhook URL to user on manual-set-up webhook blocks
fix(backend): Strip webhook info from node objects for graph export
refactor(backend): Rename
backend.integrations.webhooks.base
to._base